# Get space assignments

Returns assignment-related details for the specified space within the current account context.
            
Behavior:
- Validates space association with the account
- Retrieves current assignment configuration and occupancy details
- Includes allocation rules and related metadata where applicable
- Returns structured space assignment information
- Logs the action as a space assignment information view event

Endpoint: GET /api/v1/facility/spaces/{spaceIdentifier}/assignmentinfo

## Path parameters:

  - `spaceIdentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.roomId` (string)

  - `data.roomAssignmentType` (object)

  - `data.roomAssignmentType.roomAssignmentTypeId` (string)

  - `data.roomAssignmentType.roomAssignmentTypeName` (string,null)

  - `data.roomAssignmentType.roomAssignmentTypeCode` (string,null)

  - `data.roomStandard` (object)

  - `data.roomStandard.roomStandardId` (string)

  - `data.roomStandard.roomStandardName` (string,null)

  - `data.roomStandard.roomStandardDescription` (string,null)

  - `data.roomStandard.responseDescription` (string,null)

  - `data.seatingCapacity` (integer)

  - `data.approvalRequiredforReservation` (boolean)

  - `data.isRoomLayoutSupported` (boolean)

  - `data.roomLayoutTypes` (array,null)

  - `data.roomLayoutTypes.roomLayoutId` (string)

  - `data.roomLayoutTypes.roomLayoutName` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


